SQLExecute

 

The SQLExecute function is a SQL function that executes a command prepared with a SQLPrepare function.

 

void @SQLExecute(int id);

 

Parameters

int id : Access number connected by SQLConnect

 

Return Value

None

 

Example

@SQLExecute($AddrID);

 

Description : Execute the command prepared as a SQLPrepare function.

 

Related Helps

SQLConnect()

SQLCreateTable()

SQLDelete()

SQLDisconnect()

SQLFirst()

SQLGetPos()

SQLInsert()

SQLLast()

SQLNext()

SQLPrepare()

SQLPrev()

SQLSelect()

SQLSetPos()

SQLUpdate()